trivial-httpd: Add missing include for shutdown() on eglibc
authorColin Walters <walters@verbum.org>
Mon, 26 Aug 2013 21:57:43 +0000 (17:57 -0400)
committerColin Walters <walters@verbum.org>
Mon, 26 Aug 2013 21:57:43 +0000 (17:57 -0400)
src/ostree/ot-builtin-trivial-httpd.c

index 59f624e4dc1c44daba0ea781370dab8d5f49c993..ec9b990fac71a72d822be1e68d88ddabeaa38fd6 100644 (file)
@@ -26,6 +26,8 @@
 #include "ostree.h"
 #include "otutil.h"
 
+#include <sys/socket.h>
+
 static char *opt_port_file = NULL;
 static gboolean opt_daemonize;
 static gboolean opt_autoexit;